+2008-10-30 Michael Natterer <mitch@imendio.com>
+
+ * gtk/*.h: no need to include <gtk/gtkenums.h> in headers which
+ somehow include gtkobject.h or another header which includes it.
+
2008-10-30 Marek Kasik <mkasik@redhat.com>
Bug 339714 - Set printer dpi on cairo ps/pdf surfaces when printing
#include <gdk/gdk.h>
#include <gtk/gtkobject.h>
-#include <gtk/gtkenums.h>
G_BEGIN_DECLS
#include <gtk/gtkbin.h>
-#include <gtk/gtkenums.h>
#include <gtk/gtkimage.h>
#include <gtk/gtkbutton.h>
#include <gtk/gtkhscrollbar.h>
#include <gtk/gtkvscrollbar.h>
-#include <gtk/gtkenums.h>
G_BEGIN_DECLS
#define __GTK_CONTAINER_H__
-#include <gtk/gtkenums.h>
#include <gtk/gtkwidget.h>
#include <gtk/gtkadjustment.h>
#define __GTK_DND_H__
-#include <gtk/gtkenums.h>
#include <gtk/gtkwidget.h>
#include <gtk/gtkselection.h>
#include <gtk/gtktypeutils.h>
#include <gtk/gtkdebug.h>
+
G_BEGIN_DECLS
/* macros for casting a pointer to a GtkObject or GtkObjectClass pointer,
#ifndef __GTK_PAGE_SETUP_H__
#define __GTK_PAGE_SETUP_H__
-#include <gtk/gtkenums.h>
+
#include <gtk/gtkpapersize.h>
+
G_BEGIN_DECLS
typedef struct _GtkPageSetup GtkPageSetup;
#ifndef __GTK_PAPER_SIZE_H__
#define __GTK_PAPER_SIZE_H__
+
#include <gtk/gtkenums.h>
+
G_BEGIN_DECLS
typedef struct _GtkPaperSize GtkPaperSize;
#ifndef __GTK_PRINT_CONTEXT_H__
#define __GTK_PRINT_CONTEXT_H__
+
#include <pango/pango.h>
-#include <gtk/gtkenums.h>
#include <gtk/gtkpagesetup.h>
+
G_BEGIN_DECLS
typedef struct _GtkPrintContext GtkPrintContext;
#ifndef __GTK_PRINT_OPERATION_H__
#define __GTK_PRINT_OPERATION_H__
+
#include <cairo.h>
#include <gtk/gtkmain.h>
-#include <gtk/gtkenums.h>
#include <gtk/gtkwindow.h>
#include <gtk/gtkpagesetup.h>
#include <gtk/gtkprintsettings.h>
#include <gtk/gtkprintcontext.h>
#include <gtk/gtkprintoperationpreview.h>
+
G_BEGIN_DECLS
#define GTK_TYPE_PRINT_OPERATION (gtk_print_operation_get_type ())
#ifndef __GTK_PRINT_UTILS_H__
#define __GTK_PRINT_UTILS_H__
+
#include "gtkenums.h"
+
G_BEGIN_DECLS
#define MM_PER_INCH 25.4
#ifndef __GTK_SELECTION_H__
#define __GTK_SELECTION_H__
-#include <gtk/gtkenums.h>
+
#include <gtk/gtkwidget.h>
#include <gtk/gtktextiter.h>
+
G_BEGIN_DECLS
typedef struct _GtkTargetList GtkTargetList;
#include <gtk/gtkenums.h>
#include <pango/pango.h>
+
G_BEGIN_DECLS
#define GTK_TYPE_STYLE (gtk_style_get_type ())
#ifndef __GTK_TEXT_TAG_H__
#define __GTK_TEXT_TAG_H__
+
#include <gdk/gdk.h>
#include <gtk/gtkenums.h>
/* Not needed, retained for compatibility -Yosh */
#include <gtk/gtkobject.h>
+
G_BEGIN_DECLS
typedef struct _GtkTextIter GtkTextIter;
#include <gtk/gtkcontainer.h>
-#include <gtk/gtkenums.h>
#include <gtk/gtktooltips.h>
#include <gtk/gtktoolitem.h>
#ifndef __GTK_TOOL_SHELL_H__
#define __GTK_TOOL_SHELL_H__
+
#include <gtk/gtkenums.h>
+
G_BEGIN_DECLS
#define GTK_TYPE_TOOL_SHELL (gtk_tool_shell_get_type ())
#ifndef __GTK_TREE_SORTABLE_H__
#define __GTK_TREE_SORTABLE_H__
-#include <gtk/gtkenums.h>
+
#include <gtk/gtktreemodel.h>
#include <gtk/gtktypeutils.h>
+
G_BEGIN_DECLS
#define GTK_TYPE_TREE_SORTABLE (gtk_tree_sortable_get_type ())
#include <gtk/gtkaccelgroup.h>
#include <gtk/gtkbin.h>
-#include <gtk/gtkenums.h>
G_BEGIN_DECLS